ShortCutKeyEvent SUB Action Polls user input to determine if a menu item is being selected by using one of the shortcut keys. Syntax ShortCutKeyEvent kbd$ Remarks The argument kbd$ is a string that contains a character entered at the keyboard. ShortCutKeyEvent checks kbd$ against a list of shortcut keys defined using ShortCutKeySet. If a match is found, the proper menu and item are selected. This duplicates exactly the functionality of the MenuEvent procedure. Use MenuCheck to determine which menu and item were selected. If you use MenuInkey$ in your program, ShortCutKeyEvent is automatically performed; if you use the BASIC INKEY$ procedure, you must explicitly call ShortCutKeyEvent to process shortcut-key events. See Also. MenuCheck, ShortCutKeyDelete, ShortCutKeySet